home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00808.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  426 b   |  18 lines

  1. on mouseDown
  2.   puppetTransition(50, 1, 20)
  3.   puppetSprite(7, 0)
  4.   puppetSprite(5, 0)
  5.   puppetSprite(6, 0)
  6.   puppetSprite(4, 0)
  7.   puppetSprite(2, 0)
  8.   set the visible of sprite 5 to 0
  9.   set the visible of sprite 6 to 0
  10.   set the visible of sprite 7 to 0
  11.   set the visible of sprite 9 to 0
  12.   set the visible of sprite 11 to 0
  13.   set the visible of sprite 23 to 0
  14.   set the visible of sprite 24 to 0
  15.   go("drpdrk")
  16.   unLoad()
  17. end
  18.